home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / rbbs_pc / 172btxt.zip / FS.HLP < prev    next >
Text File  |  1989-05-24  |  3KB  |  55 lines

  1. S)earch: "S" scans file names and descriptions for a key match.  This
  2. gives you the capability to search for a specific file or group of
  3. files dealing with a specific topic or to identify certain types of files
  4. (e.g., .BAS, .COM, .EXE).
  5.  
  6. You will be prompted for the string to scan for after you issue the "S"
  7. command. Case (upper or lower) is ignored in the search.  If you want to
  8. confine the search to a file name and not the descriptions, use a
  9. wildcard (*,?).  For example, "BATCK" will look for all entries with
  10. the string "BATCH" anywhere is the name or description, whereas
  11. "BATCH*.*" will search for all file names beginning with "BATCH".
  12.  
  13. Next, you will be asked for a directory to scan. Type in their name(s) or
  14. number(s) separated by semicolons. You can search through all of the
  15. directories on the system by typing "ALL" at the prompt. Pressing [ENTER]
  16. will return you to the Files Menu.
  17.  
  18. TIPS:
  19. 1. You can obtain a list of directory names and numbers by giving the "L"
  20. command.
  21.  
  22. 2. Using "ALL" may result in a time consuming search if the RBBS-PC system
  23. contains many files. You can save time by searching specific directories.
  24.  
  25. 3. You can stack the S)earch command with the desired string. That is, you
  26. can enter "S;<string>" directly from the Files Menu. For example, you could
  27. type "S;ZORK" to search for the string "ZORK". You will then be asked for
  28. directory you want to scan.
  29.  
  30. 4. A string that occurs as part of a file name or description will still
  31. produce a match. Entering "BAS" will give you a listing of all files with
  32. 1) a ".BAS" extension, 2) "BAS" as part of the file name, or 3) "BAS" as
  33. part of a word or term in the file description.
  34.  
  35. 5. S supports bothy exact matches and "wildcards".  For example
  36. "S;LIST*.ARC" will find LIST543.ARC.  The wildcard search supports
  37. "reverse" searches, e.g. "*SE.*" will locate all file names whose
  38. prefix ends in "SE", such as "FALSE.GIF" and "FUSE.ZIP".
  39.  
  40. 6. Keep in mind that strings consisting of only a few characters could
  41. produce too many matches.   S;X will locate every line with an "X" in it.
  42.  
  43. 7. Strings consisting of many characters could produce too few matches.
  44. For example, if you want all files connected with QMODEM, specifying
  45. "S;QMODEM" will miss QMDM210.ARC and QMODFON.ARC.  You might want to
  46. broaden your search with "S;QM" to make sure you get all wanted files.
  47.  
  48. 8. You can use the "S" command to search for file types such as ".DOC",
  49. ".ARC", ".COM" etc. You could also search for files related to a specific
  50. topic such as "spread" for information or programs related to spread sheets
  51. or "comm" for communications programs.
  52.  
  53. 9. You can stack the directories to search, as in "S;BAS;BASIC;PROG" to
  54. search directories BASIC and PROG for the substring BAS.
  55.